Update maven build to 2.14.20 Not sure if anyone still uses maven to build these, but it's simple to keep it working. Change-Id: If0499f0248f87555d588c1dd787766f5469772d7 
diff --git a/example-wuiProfileExtensionBottom/pom.xml b/example-wuiProfileExtensionBottom/pom.xml index 980b245..a11c742 100644 --- a/example-wuiProfileExtensionBottom/pom.xml +++ b/example-wuiProfileExtensionBottom/pom.xml 
@@ -22,11 +22,11 @@  <groupId>com.googlesource.gerrit.plugins</groupId>  <artifactId>example-wuiProfileExtensionBottom</artifactId>  <packaging>jar</packaging> - <version>2.14-SNAPSHOT</version> + <version>2.14.20</version>  <properties>  <Gerrit-ApiType>plugin</Gerrit-ApiType>  <Gerrit-ApiVersion>${project.version}</Gerrit-ApiVersion> - <GWT-Version>2.8.0</GWT-Version> + <GWT-Version>2.8.2</GWT-Version>  </properties>    <build>